home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 3-Presentations / Markets / Education / HyperCard In Education / Jekyll and Hyde Help / card_3788.txt < prev    next >
Text File  |  1990-02-20  |  8KB  |  348 lines

  1. -- card: 3788 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4055
  5. -- name: 
  6. ----- HyperTalk script -----
  7. On OpenCard
  8.   Hide card field "ObserveExplain"
  9.   hide card field "VocExplain"
  10.   hide card field "NextExplain"
  11.   hide card field "ClickNotice"
  12.   lock screen
  13.   Show card field "DoSomething"
  14.   unlock screen with wipe right slow
  15. end Opencard
  16.  
  17. on closeCard
  18.   Hide card field "ObserveExplain"
  19.   hide card field "VocExplain"
  20.   hide card field "NextExplain"
  21.   hide card field "ClickNotice"
  22.   Hide card field "DoSomething"
  23. end CloseCard
  24.  
  25.  
  26. -- part 1 (field)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=85 top=75 right=329 bottom=381
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 22
  34. -- text size: 14
  35. -- style flags: 0
  36. -- line height: 18
  37. -- part name: 
  38.  
  39.  
  40. -- part 2 (button)
  41. -- low flags: 00
  42. -- high flags: 8000
  43. -- rect: left=85 top=204 right=222 bottom=152
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: loathing
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   show card field "loathin"
  55.   show card field "VocExplain"
  56.   wait until the mouseclick
  57.   hide card field "loathin"
  58.   lock screen
  59.   show card field "ClickNotice"
  60.   unlock screen with dissolve slow
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 3 (field)
  66. -- low flags: 80
  67. -- high flags: 0002
  68. -- rect: left=156 top=238 right=297 bottom=350
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 0
  72. -- font id: 3
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: loathin
  77.  
  78.  
  79. -- part 5 (button)
  80. -- low flags: 00
  81. -- high flags: 0000
  82. -- rect: left=36 top=68 right=111 bottom=85
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 7012 / 7012
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: observation
  91. ----- HyperTalk script -----
  92. On Mouseup
  93.   Set the scroll of field comment to 0
  94.   show field comment
  95.   show card field "ObserveExplain"
  96. End MouseUp
  97.  
  98.  
  99. -- part 6 (button)
  100. -- low flags: 00
  101. -- high flags: 0000
  102. -- rect: left=54 top=4 right=68 bottom=404
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: Hider
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   hide field "Comment"
  114. end mouseUp
  115.  
  116.  
  117.  
  118. -- part 7 (field)
  119. -- low flags: 81
  120. -- high flags: 0002
  121. -- rect: left=1 top=108 right=335 bottom=90
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 0
  125. -- font id: 22
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: ObserveExplain
  130. ----- HyperTalk script -----
  131. On MouseUp
  132.   hide card field id 7
  133. end mouseup
  134.  
  135.  
  136. -- part 8 (field)
  137. -- low flags: 81
  138. -- high flags: 0002
  139. -- rect: left=0 top=104 right=329 bottom=87
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 0 / 0
  142. -- text alignment: 0
  143. -- font id: 22
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: VocExplain
  148. ----- HyperTalk script -----
  149. On MouseUp
  150.   hide card field id 8
  151. end MouseUp
  152.  
  153.  
  154. -- part 9 (button)
  155. -- low flags: 00
  156. -- high flags: 0000
  157. -- rect: left=390 top=68 right=101 bottom=424
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 0 / 0
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: NextPage
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   lock screen
  169.   show card field "NextExplain"
  170.   unlock screen with wipe left slow to black
  171. end mouseUp
  172.  
  173.  
  174.  
  175. -- part 10 (field)
  176. -- low flags: 81
  177. -- high flags: 0002
  178. -- rect: left=256 top=102 right=314 bottom=419
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 0 / 0
  181. -- text alignment: 0
  182. -- font id: 22
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: NextExplain
  187. ----- HyperTalk script -----
  188. On MouseUp
  189.   hide card field "NextExplain"
  190. end MouseUp
  191.  
  192.  
  193. -- part 11 (field)
  194. -- low flags: 81
  195. -- high flags: 0002
  196. -- rect: left=122 top=260 right=326 bottom=487
  197. -- title width / last selected line: 0
  198. -- icon id / first selected line: 0 / 0
  199. -- text alignment: 0
  200. -- font id: 22
  201. -- text size: 12
  202. -- style flags: 0
  203. -- line height: 16
  204. -- part name: ClickNotice
  205. ----- HyperTalk script -----
  206. On Mouseup
  207.   hide card field id 11
  208. end mouseup
  209.  
  210.  
  211. -- part 12 (field)
  212. -- low flags: 81
  213. -- high flags: 0002
  214. -- rect: left=11 top=2 right=101 bottom=396
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 0 / 0
  217. -- text alignment: 0
  218. -- font id: 22
  219. -- text size: 12
  220. -- style flags: 256
  221. -- line height: 16
  222. -- part name: DoSomething
  223. ----- HyperTalk script -----
  224. On Mouseup
  225.   hide card field id 12
  226. end MouseUp
  227.  
  228.  
  229. -- part 13 (button)
  230. -- low flags: 00
  231. -- high flags: 8001
  232. -- rect: left=425 top=74 right=122 bottom=512
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 2162 / 2162
  235. -- text alignment: 1
  236. -- font id: 0
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 16
  240. -- part name: Back To Title Page
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   lock screen
  244.   go to card id 2829
  245.   unlock screen with dissolve fast
  246. end mouseUp
  247.  
  248.  
  249.  
  250. -- part 14 (button)
  251. -- low flags: 00
  252. -- high flags: 8001
  253. -- rect: left=474 top=138 right=186 bottom=510
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 32462 / 32462
  256. -- text alignment: 1
  257. -- font id: 0
  258. -- text size: 12
  259. -- style flags: 0
  260. -- line height: 16
  261. -- part name: HELP
  262. ----- HyperTalk script -----
  263. on mouseUp
  264.   Answer "Guess what this does?"
  265. end mouseUp
  266.  
  267.  
  268.  
  269. -- part 15 (button)
  270. -- low flags: 00
  271. -- high flags: 8004
  272. -- rect: left=352 top=315 right=342 bottom=512
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 1
  276. -- font id: 0
  277. -- text size: 12
  278. -- style flags: 0
  279. -- line height: 16
  280. -- part name: See other text buttons
  281. ----- HyperTalk script -----
  282. on mouseUp
  283.   go to next card
  284. end mouseUp
  285.  
  286.  
  287.  
  288. -- part 16 (button)
  289. -- low flags: 00
  290. -- high flags: A002
  291. -- rect: left=16 top=319 right=340 bottom=76
  292. -- title width / last selected line: 0
  293. -- icon id / first selected line: 0 / 0
  294. -- text alignment: 1
  295. -- font id: 0
  296. -- text size: 12
  297. -- style flags: 0
  298. -- line height: 16
  299. -- part name: Return
  300. ----- HyperTalk script -----
  301. on mouseUp
  302.   global returncard
  303.   go to returncard
  304. end mouseUp
  305.  
  306.  
  307.  
  308. -- part contents for card part 1
  309. ----- text -----
  310.   The people who gathered were the child's own family. Someone sent for a doctor, who arrived pretty soon and said the girl was not so badly hurt as she was frightened.  But I could tell the doctor felt the same as I did.  I had taken a 
  311.         to my gentleman at first sight I saw the doctor turn sick and white with the desire to kill him.
  312.  
  313. -- part contents for card part 3
  314. ----- text -----
  315.  
  316.   "Loathing" means intense
  317.   hatred and disgust.
  318.  
  319. -- part contents for background part 5
  320. ----- text -----
  321. 22
  322.  
  323. -- part contents for background part 2
  324. ----- text -----
  325. Notice the way people react to the sight of Hyde. Enfield loathes him. The doctor here--even a DOCTOR--has the desire to kill him. Click on the Ô£ø to continue.     
  326.  
  327. -- part contents for card part 7
  328. ----- text -----
  329. The Observation button provides a thought or an idea that the teacher would interject to better explain the text. Try it out!
  330.  
  331. -- part contents for card part 8
  332. ----- text -----
  333. During the reading, there are more than 225 vocabulary words that are in bold and are defined for the reader.
  334. Click here to hide this text.
  335.  
  336.  
  337. -- part contents for card part 10
  338. ----- text -----
  339. This button takes the user to the next page in the text.  The "22" is the page number;  There are a total of 277 pages in this version of the book.  This button is involved in the electronic bookmark; a feature that takes the reader back to the last page he read.
  340.  
  341. -- part contents for card part 11
  342. ----- text -----
  343. Notice that when you clicked the mouse, the loathing definition disappears while the explanation appears.  You have to click on the explanation to make it disappear.
  344.  
  345.  
  346. -- part contents for card part 12
  347. ----- text -----
  348. A normal page of text will look something like this screen.  If you don't understand what an object does, or you would like to see what it does, just click on it.  To make an explanation box like this one, or any of the others, go away, click on it.